runtime.guintptr.set (method)
26 uses
runtime (current package)
coro.go#L62: c.gp.set(gp)
coro.go#L197: self.set(gp)
coro.go#L245: mp.lockedg.set(gnext)
debugcall.go#L148: mp.lockedg.set(newg)
debugcall.go#L160: gp.schedlink.set(newg)
debugcall.go#L195: mp.lockedg.set(gp)
debugcall.go#L221: getg().schedlink.set(callingG)
mgc.go#L1766: node.gp.set(gp)
mgcmark.go#L816: oldList.tail.ptr().schedlink.set(nil)
proc.go#L2531: mp.lockedg.set(gp)
proc.go#L2912: ts.g.set(mp.g0)
proc.go#L5603: gp.m.lockedg.set(gp)
proc.go#L7511: pp.runq[t%uint32(len(pp.runq))].set(gp)
proc.go#L7550: batch[i].schedlink.set(batch[i+1])
proc.go#L7574: pp.runq[t%uint32(len(pp.runq))].set(gp)
proc.go#L7765: q.head.set(gp)
proc.go#L7767: q.tail.set(gp)
proc.go#L7776: q.tail.ptr().schedlink.set(gp)
proc.go#L7778: q.head.set(gp)
proc.go#L7780: q.tail.set(gp)
proc.go#L7836: l.head.set(gp)
runtime2.go#L248: func (gp *guintptr) set(g *g) { *gp = guintptr(unsafe.Pointer(g)) }
runtime2.go#L266: (*guintptr)(unsafe.Pointer(gp)).set(new)
signal_unix.go#L762: mp.caughtsig.set(gp)
traceback.go#L298: u.g.set(gp)
traceback.go#L321: u.g.set(gp)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |